SettingsSection Class [IIS 7 and higher]

Contains settings that specify how the .NET Framework connects to the network.

Syntax

class SettingsSection : ConfigurationSection

Methods

The following table lists the methods exposed by the SettingsSection class.

Name

Description

GetAllowDefinition

(Inherited from ConfigurationSection.)

GetAllowLocation

(Inherited from ConfigurationSection.)

RevertToParent

(Inherited from ConfigurationSection.)

SetAllowDefinition

(Inherited from ConfigurationSection.)

SetAllowLocation

(Inherited from ConfigurationSection.)

Properties

The following table lists the properties exposed by the SettingsSection class.

Name

Description

HttpWebRequest

An HttpWebRequestSettings value that customizes Web request parameters.

Ipv6

An Ipv6Settings value that specifies whether members of the System.Net.Dns class return Internet Protocol version 6 (IPv6) addresses.

Location

(Inherited from ConfigurationSection.) A key property.

Path

(Inherited from ConfigurationSection.) A key property.

PerformanceCounters

A PerformanceCountersSettings value that enables or disables network performance counters.

SectionInformation

(Inherited from ConfigurationSection.)

ServicePointManager

A ServicePointManagerSettings value that configures connections to network resources.

Socket

A SocketSettings value that specifies whether socket operations use completion ports.

WebProxyScript

A WebProxyScriptSettings value that configures the characteristics of the script that is used to discover Web proxies.

Subclasses

This class contains no subclasses.

Inheritance Hierarchy

ConfigurationSection

   SettingsSection

Requirements

Type

Description

Client

Requires IIS 7 on Windows Vista.

Server

Requires IIS 7 on Windows Server 2008.

Product

IIS 7

MOF file

WebAdministration.mof

See Also

Reference

ConfigurationSection Class [IIS 7 and higher]

HttpWebRequestSettings Class [IIS 7 and higher]

Ipv6Settings Class [IIS 7 and higher]

PerformanceCountersSettings Class [IIS 7 and higher]

ServicePointManagerSettings Class [IIS 7 and higher]

SocketSettings Class [IIS 7 and higher]

WebProxyScriptSettings Class [IIS 7 and higher]

Other Resources

System.Net.Dns Class